Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRowColCollection<T> Class / IndexOf Method / IndexOf(T) Method
The object to locate in the IList.

In This Topic
    IndexOf(T) Method
    In This Topic
    Determines the index of a specific item in the IList.
    Syntax
    'Declaration
     
    
    Public Overloads Function IndexOf( _
       ByVal item As T _
    ) As Integer
    public int IndexOf( 
       T item
    )

    Parameters

    item
    The object to locate in the IList.

    Return Value

    The index of value if found in the list; otherwise, -1.
    See Also